So I have a grid where a few columns have been used to group, I was trying to use
ultraGrid1.Selected.Rows[0].Cells["Name of Column"].Value
to get the value that is being grouped but it just says null
i don't know if i understand right, try the following and see if it helps
UltraGrid1.Selected.Rows[0].Description
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help?
Just let me know.
Thank you.