Hello,
1. I want to show sum of a coulmn of RadGridView in a text box. How do I must do this?
2. Suppose that there are 3 tables: Table1(PK1), Table2(FK1,FK2) and Table3(PK2).
the Table2 has equivalend ID from Table1 and Table2(One to many relation).
I've downloaded the ExCheckedListBox from CodeProject website. the ExCheckedListBox data source is Table1. I want the Items which are in ExCheckedListBox to be checked only if they are in Table2.
link:http://www.codeproject.com/KB/combobox/ExCheckedListBox.aspx
Table1:
ID1 Name
1 Name1
2 Name2
3 Name3
Table 3:
ID2 City
1 City1
2 City2
3 City3
Table2:
ID1 ID2
1 1
1 2
1 3
ExCheckedListBox Items:
Name1 Name2 Name3
Only "Name1" must be chcked when user navigate through records of Table1 in a RadGridView object.
Please help me.
1. I want to show sum of a coulmn of RadGridView in a text box. How do I must do this?
2. Suppose that there are 3 tables: Table1(PK1), Table2(FK1,FK2) and Table3(PK2).
the Table2 has equivalend ID from Table1 and Table2(One to many relation).
I've downloaded the ExCheckedListBox from CodeProject website. the ExCheckedListBox data source is Table1. I want the Items which are in ExCheckedListBox to be checked only if they are in Table2.
link:http://www.codeproject.com/KB/combobox/ExCheckedListBox.aspx
Table1:
ID1 Name
1 Name1
2 Name2
3 Name3
Table 3:
ID2 City
1 City1
2 City2
3 City3
Table2:
ID1 ID2
1 1
1 2
1 3
ExCheckedListBox Items:
Name1 Name2 Name3
Only "Name1" must be chcked when user navigate through records of Table1 in a RadGridView object.
Please help me.