Hi.
I'm using a RadGrid object and I want to find an item by its keys values.
The dictionary is a Hashtable that is filled with a foreach iteration.
I'm using the following example. Dictionary d is filled with the following values:
- d Count = 2 System.Collections.Hashtable
+ ["MVFCodCIA"] "035"
+ ["MVFRefXRisk"] "70000598"
At the listGrid, if I make the following question at the inspection window I have this:
listGrid.Items[7].KeyValues "{MVFCodCIA:\"035\",MVFRefXRisk:\"70000598\"}" string
So the item exists.
When I debug the code, gdis.Length is 0, so the FindItemsByKeyValues doesn't find me the item I'm searching.
Am I doing something wrong?
Thanks.