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
910
RenderingControl cell based
posted

Hi,

is it possible to set the RenderingControl for cells instead for the whole column?

For exmaple I want to replace an image inside a grid depending on the value it has.

Ok, the RenderingControl could take of itself for this, but more easy for me would to set it from outside.

Is this in general possible?

Thanks,

M

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi,

     

    Thank you for posting in our forums.

     

    The UltraGridCell exposes EditorComponent property which you can use for in order to set different EditorComponent for the grid cells. You can handle the InitializeRow event and in it set the EditorComponent of the individual cells.

     

    Please let me know if you have any additional questions.

Children