hi evrybody,
i want to bind a dataset which is having a relation..i did some code but it is not working..please suggest the answer
below i am giving my code
GlobalDs.Relations.Add(
"CSV_SKU"
,
GlobalDs.Tables[
"csvData"].Columns["SrNo"
],
"skuno"].Columns["SrNo"
]);
this
.UltraWebGrid1.DataSource = GlobalDs;
this.UltraWebGrid1.DataMember = "CSV_SKU"
;
.UltraWebGrid1.DataBind();
Regards
Naag
Actually, the same binding does work for both versions (learning curve, I'm getting there)
Thanks
I checked the link provided before and I confirm that it targets UltraWebGrid known as WebGrid also.
Rather, I found this to be pretty unhelpful, he asked how to databind an UltraWebGrid to a local datasource object in the codebehind, and you link in a page on databinding for WebDataGrid..
Could you possibly provide a link to some sample code for handling the ULTRAWEBGRID databinding from the codebehind file?
Hi,
Could you refer this topic : Data Binding. There are many samples showing different aspects of Hierarchical data representation with UltraWebGrid.
Hope this helps.