This is a migrated thread and some comments may be shown as answers.

Extracting GridDateTimeColumn

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Per Holmqvist
Top achievements
Rank 2
Per Holmqvist asked on 19 Feb 2008, 04:05 AM

I have a grid with the new GridDateTimeColumn
In my onUpdate I don't get any value for this column. 
I tried this code

Dim newValues As Hashtable = New Hashtable  
e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem)  
For Each entry As DictionaryEntry In newValues  
    Dim MyKey As String = entry.Key  
    Dim MyValue As String = entry.value  
Next 

I do get the loop and on MyKey I get the name of my column, but the value is nothing?
How can I extract the value out of this type of column?
I tried to search the forum for this but didn't find any related topics. :(

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 20 Feb 2008, 05:23 PM
Hello Per,

I've tried to reproduce the problem but to no avail.  Can you please check the attached project and let me know if I am missing something?

Thank you for your cooperation.



All the best,
Plamen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Per Holmqvist
Top achievements
Rank 2
Answers by
Missing User
Share this question
or