I have a grid bound to a dataset.
I am displaying one of the values in the grid as a GridButtonColumn.
When I click on this button, I would like to fetch the value from the
grid and load an object from the database.
Now in my ItemCommand handler I am trying to do:
RadGrid.MasterTableView.Items(e.Item.ItemIndex).Item("OpportunityIDColumn").Text
What I am expecting is the value that I see in the grid (which is 2534, let's say)
but what this returns is '$nbsp;' .
The strange thing is that I had this working yesterday, and today when I added a column, this problem showed up and now I can't get it to work again. Has anyone seen this?
Thank you for you attention everyone,
Filip
I am displaying one of the values in the grid as a GridButtonColumn.
When I click on this button, I would like to fetch the value from the
grid and load an object from the database.
Now in my ItemCommand handler I am trying to do:
RadGrid.MasterTableView.Items(e.Item.ItemIndex).Item("OpportunityIDColumn").Text
What I am expecting is the value that I see in the grid (which is 2534, let's say)
but what this returns is '$nbsp;' .
The strange thing is that I had this working yesterday, and today when I added a column, this problem showed up and now I can't get it to work again. Has anyone seen this?
Thank you for you attention everyone,
Filip