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
315
Ultrawingrid binding event
posted

Hi,

My grid has a column on which if the the column cell has null value i want to show some text depending on flag e.g.  My grid has column1, column2, column3. Grid has 4 records of which two has null value for column1.

I want to show if column1 cell has null value and flag = true (this flag value is getting from the data source which i bound to the ultragrid ) then show cell value = 'Completed (Some status)' or

if column1 cell has null value and flag = false then show cell value = "N/A"

How can I achieve this, I unable to decide on which event I have to write the code. May be cell related event will be helpful so that I can set the value.

Thanks & Regards,

Pramod Pawar

Parents Reply Children
No Data