开发者

How to return the values in a radgrid?

I have a RadGrid which is DataBound to a IDictionary<string,string> where there are 2 GridTemplateColumn containing a textbox, one showing the Key and the other showing the value. The user can the edit these values.

Is it possible to return a IDictionary which contains the all the valu开发者_JS百科es in the RadGrid (including the modified values) based on a button click?


This should be possible by extracting the values from the textboxes manually and updating the source IDictionary object accordingly. You may give it a spin to see how it works for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜