Posts Tagged itemrenderers

Updating a nested data object in DataGridColumn itemRenderer does not update DataGrid

If you are using a itemRenderer and updating the dataprovider of the DataGrid within the itemRenderer, you may have to force the DataGrid to update manually.

Read the rest of this entry »

Bookmark and Share

Tags: , ,

Efficiency in itemRenderers

Been having problems for my itemRenderers in datagrids. I am using Button control as a itemRenderer and setting their visibility based on their labels. Somehow, the buttons becomes visible when my DataGrid dataprovider is changed. 

The reference below solved my problem. I needed to place my logic to set the visible variable in the right place. Rest of the article touches on efficiency.

Reference: Peter Ent - itemRenderers: Part 5: Efficiency

 

 

Bookmark and Share

Tags: , , , ,