![]() |
Sergey Kornilov admin 1/8/2014 |
If you are talking about checking off selection check boxes here is how this can be done. $("input[name='selection[]'][value='5']").attr('checked','checked');
|
W
|
wpl author 1/9/2014 |
Sergey, |
![]() |
Sergey Kornilov admin 1/9/2014 |
Found even a bit more elegant option that will work even without passing data from PHP to Javascript. Here is the example of automatically selecting records with Horsepower field value more than 200: var recsId = pageObj.inlineEdit.getRecsId(); |
W
|
wpl author 1/9/2014 |
Found even a bit more elegant option that will work even without passing data from PHP to Javascript. Here is the example of automatically selecting records with Horsepower field value more than 200: var recsId = pageObj.inlineEdit.getRecsId();
|
![]() |
Sergey Kornilov admin 1/9/2014 |
This one is good enough to stay <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=73594&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
W
|
wpl author 1/9/2014 |
This one is good enough to stay <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=73596&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|