Is there any property available for Grid Refresh? but we have rebind property its raise performance issue little bit
Thanks&Regards
Prakash
Mascon
Chennai
2 Answers, 1 is accepted
0
Milan
Telerik team
answered on 04 Sep 2009, 12:08 PM
Hi Prakash,
What part of the grid would you like to refresh? If you like to refresh all rows probably the best approach is to use RadGridView.Rebind() which should not be too constly.
I have 2 user controls one is information screen and another is Grid screen and one button caption as "Go to Grid"
1. Based on the button click, show the screen( what i did in button visablity.visiable ,collapsed)
2. When I selects the "go to gird" and click gird details "+" sign , it will expand then back to previous screen
3, Again i selects the "go to gird"
Result:
Grid details still expand (i.e retained previous state)
Excepted:
I want manually all grids collapsed before load grid screen without use rebind
I couldn't able to handle in any grid events because i just did played with visiablity properties