or
DescriptionTextListDataItem desc = new DescriptionTextListDataItem();<br>desc.Text = DotaText;
desc.Image = LoadImage(dotid.ToString());
desc.DescriptionText = family1 + " " + name1;
desc.ForeColor = Color.Black;
usersList.Items.Add(desc);

private void GridView_CreateRow (Object sender, Telerik.WinControls.UI.GridViewCreateRowEventArgs e) { e.RowInfo.MinHeight = TableElement.RowHeight; }private void GridView_CreateRow (Object sender,Telerik.WinControls.UI.GridViewCreateRowEventArgs e) { e.RowInfo.MinHeight = TableElement.RowHeight; if (e.RowInfo.Group = null) e.RowInfo.Group.GroupRow.MinHeight =TableElement.RowHeight; }


datePicker.NullText = "No date...";
datePicker.NullDate = DateTime.Parse("1900-01-01");datePicker.NullableValue = DateTime.Today;datePicker.NullableValue = null;datePicker.SetToNullValue();




