Hello,
The link is not readble.
Please use the editors a ref tag for this purpose.
Regards
Hello,
Just curious – in wich forum do you asked this? I really want to know.
1. It depend. This is diffrent if you use form edit or inline editing.
For formediting this easy:
$(“#rangefrom”).val()
For inline edit … – please look at doc editing. 🙂
2) You can use beforeShow form to make that field readonly in edit and editable in add mode.
There are a lot of posts regarding this, but if you go into the documentation here you will understand many thinks
3) Ther is no build in way.
I will tell you how to do, but use it carfully.
In form edit you can
$(“#id_g”).val()
if the value of this is equal to _empty then you are in add mode.
if( $(“#id_g”).val() == “_empty”) {
// perform checking
// return result as of docs
} else
Hello Oleg,
Thanks. I will try to implement this later.
Kind Regards
Thanks Oleg.
Hello Oleg,
Thanks. Will have not forgotten this and one more too.
I just need a detailed checking.
Tony
Hello,
I'm not sure I understand rigth the problem, but when you use form edition only one row can be posted to the server instead that you have more selected one.
Only the delting rows support multiselect
Regards
Thanks Oleg,
Fixed
Tony
Hello Oleg,
Thanks. I will fix it like you suggest, but this need to be improved – i.e allo to set position by the user.
Best Regrds
Tony
Hello Oleg,
It is true, but it is really very difficult to support the docs in perfect way.
Anyway we continue to improve the grid and will try to make it easy for more users.
Tony
Thanks Oleg,
Fixed
Hello,
Please look at editurl option into the documentation.
Regards
Hello,
Many thanks. Yes it is a bug. The fix you recommend is not very good. I will try to fix this and make frozen cols compatible with formatter rowactions.Moreover there are more problems here.
I wind this very practical – i.e the col with actions to stay frozen while browse horizontally.
Regards
Tony
Hello Oleg,
Thanks. I need to check this myself
Tony
Oleg,
Many thanks.
Fixed.
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top