I have a RadGrid binded to a SessionDataSource .
and I want to fire RadGrid PerformInsert Command, I don't want to use the SessionDataSource
Insert() Function because the values has to be sent into an IDictionary Type. anyway I want to fire the insert command from the Grid itself by assigning the DefaultValues of the SessionDataSource<InsertParameters>.
OR ,
If I just knew how convert a DataTable or DataSet into IDictionary Type with a For Loop through Table Rows , It will acheive the Goal.