Hi ,
I created a grid with the below properties :
This is a SQL datasource bound grid. When I enter the data first time it sends the server call and gets the data but subsequent attempt fails. This is intermittent.
I've tried other fetch modes but still same. No fetch call is fired while changing data in filters.
Kindly suggest.
Thanks in advance
I created a grid with the below properties :
Code:
listGrid.setDataFetchMode(FetchMode.BASIC); listGrid.setFilterEditorHeight(ComponentStyle.INT_24); listGrid.setShowFilterEditor(true); listGrid.setFilterOnKeypress(true);
I've tried other fetch modes but still same. No fetch call is fired while changing data in filters.
Kindly suggest.
Thanks in advance
Comment