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
Showing a button OR text depending on DB value
posted

Hi,

 I've added a button clumn to my grid, to allow users to enter further details on the data held through a popup. But i only need to show the button if the further details have not yet been added.

I'm adding the column on InitializeLayout; is it possible to check at this point the data from which the grid is bound, to see if the data has alreday been added? I'd like to show a column showing 'Complete' or similar, instead of the button column

 

Thanks in advance

 

jon