Hi,
I am using a CreationFilter to display a CheckBox on every UltraGridRow. I am unable to position it in such a way that the whole checkBox is visible.
Please see screenshot of the issue. Any help is appreciated.
Thanks
Sangeetha
Sangeetha,
you are exactly right, as we are creating the checkbox element and placing it on the row selector element, we'll need to reposition the text element that display the row number or the selected row indicator (the little triangle on the row selector when the row is selected) so that the checkbox does not draw itself on top of the text ui element.
if you need any help with achieving this please let me know.
Regards,
Ammar
I figured it out. It is not a bug. When the CreationFilter is used to position a CheckBox inside RowSelectorUIElement, the the TextUIElement with the RowSelectorUIElement also needs to be repositioned when not null. This TExtUIElement displays the RowNUmber in the RowSelectorNumberStyle selected.
Hi Ammar,
I have one last question. I noticed that I can show the RowSelector, but somehow the RowNumbers are not displaying. Is this a bug in Infragistics or is it because of CreationFilter usage?
I'm glad that the solution worked out for your case. Do you have any further questions, if not, may I close this case?
Thank You Ammar. That works perfectly.