Hello,
1. You should apply this to you grid “mygridid” is just example.
That is you should use: var sdata =
$(”#rowed3″).getGridParam('searchdata');
2. A good practice is to check what you have get and the apply
the action by example
if(sdata.length>0)
var sdata = $(“#mygridid”).getGridParam(“searchdata”) 
Use afterSubmit event for this purpose.
See docs
Regards
Tony
Currently not possible.
Regards
Tony
Hello,
That is really good. I will try to implement this.
It will be very good if you post here example.
Best Regards
Thanks
Tony
Hello,
1. You can change the image – i.e currently no.
2. No
Regards
Tony
Hello,
I will try to check this
Hello,
Maybe you should check first what is returned from the server when
page is loaded – is there any data. Are url
Hello,
If you want to implement this only on particular row you can use
afterInsertRow (or loadComplete) with setCell methods.
If you want this to be implemented on the whole grid you should
change wordwrap option in CSS.
Regards
Tony
Hello,
Yes this have sence of course, but for me is difficult to implement all user
requests. Some of them can be easy implemented other not.
In generall – all is possible.
Best regards
Tony
Correction – sorry – You can not do that since the second pager could not
be resized properly if you try to resize columns
Regards
Tony
You can define the second pager of class scroll, but can use only one
for pagging and etc.
Regards
Tony
You can use onSelectRow for this purpose and
trigger a click to the img of subgrid column of that row.
Regards
Tony
Configure xmlReader for this purpose
Regards
Tony
Hello there is a typo error here:
You write:
selRow = $('#absList').getRowData(selRecords[j]);
IMHO it should be
selRow = $('#abslist').getRowData(selRecords[j]);
Correcting this work as expected.
Regrds
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top