I am adding a column in ultrawebgrid with column.type as Button. I want to enable / disable it depending upon the value in the data table coulmn which is bound to this ultrawebgrid.
I will really appreciate a quick respnse.
Thanks,
SP.
Good Morning davidgjohnsonabc and all
i have not find a solution to that, what i did i grayed it out and change the cursor to be a beam. But that could never stop a foolish user from making a force selection. but a inteligent user can see that , the selection is not available, i think before we sell our software to our users, we should let them write an iq test , if they are below average then they are not allowed to buy our software :) because they will click everywhere
Has anyone found a way to disable a cell button?
or is this officially in the black void?
this is the third echo...
hi gernblandston
I have the same Problem. Did you find the Solution.
Thank you
Hi gernblandston,
I tried setting cell.AllowEditing ro no.
But the CellButton is not getting Disabled.
It works for normal cell though Any Ideas?
Regards
AKVarms
protected void UG1_InitializeRow(object sender, Infragistics.WebUI.UltraWebGrid.RowEventArgs e)
UG1 is the id of my UltraWebGrid
Cells[1] is where the button is in the grid