How to access a control in one item renderer from another item renderer
For eg. I have a listbox in one itemrenderer of a datagrid column and I need to access the same in another itemrenderer of another datagrid column.How can i do this?
How to access a control in one item renderer from another item renderer For
Share
Thanks ! I used a static variable concept to store values of one itemrenderer in another item renderer and updated the values of the same.