Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1800
Reset RowLayout
posted

Hi,

I have a wingrid that uses row layout and there is a thread that runs behind (Basically a timer). I'll refresh the data in the grid every 1000 msec. based on the thread. Since row layout is used, after couple of refreshes' the layout is going for a toss. How to reset the rowlayout.? Tried with ResetRowLayout, but in vain..I have this row layout in initializelayout event.

In simple words, i have to refresh the grid data being displayed. I have to hit the db and bind the values again.

Any help is appreciated.