My fields are in a specific order in the class, but it appears to take them all and alphabetize them in the list.
The ROWS are sorting by the specified ValueMember, but the COLUMNS shift into alphabetical order.
Hi I want to selected any row to get where customerID value.
foreach (GridDataItem item in radGridView1.SelectedItems)
{
Response.Write(item["CustomerID"].Text.ToString());
string custoID = item.GetDataKeyValue("CustomerID");
}
'Telerik.WinControls.UI.RadGridView' does not contain a definition for 'SelectedItems' .....
We are currently evaluating the trial version of Winforms GridView and we see that its binding only 300 columns.
Is this a restriction with trial version only?
hello everybody , i'm new user of telerik winforms 2012 Q2 and when i want use chartView i cant find PropertyBuilder , and i want to connect my chartView type pie with my request ==> select count(*) as expr1,candidat.sourcing from candidat, sourcing where candidat.sourcing=sourcing.sourcing group by candidat.sourcing.
i wana show the percentage nombre of candidat per her sourcing . so how can i do that because i'm so begginer and i dont know how to do it . and thank's for help :)