Hello,
1) I am trying to bind a radgrid combobox as template column.For that I am handling a ItemdataBound Event.
But I am getting a error because I think I am getting a column header as an Item.So I have to check column type for that.
How to do this.
I tried this
e.Item.ItemType!=Telerik.Web.UI.RadGrid....... somethink like this.
2)And I saw radgrid column type as Dropdown.How to use this?
Thanks in advance.
-Mahesh.

Hi,
the Filter did not work until i added EnableLinqExpressions="false" To the Grid?? is it normal or bug? by the way i'm using the latest version of ASPX Ajax Controls...
OnClientAppointmentInserting and
OnClientAppointmentEditing
I want to maintain the same behaviour of being able to edit/insert (using my own rad window popup) but only remove the extra space
| .GridRow_Vista td, |
| .GridAltRow_Vista td, |
| .GridEditRow_Vista td, |
| .GridFooter_Vista td, |
| .GridGroupFooter_Vista td, |
| .GridFilterRow_Vista td, |
| .GridHeader_Vista, |
| .ResizeHeader_Vista, |
| .GroupHeader_Vista td |
| { |
| padding-left:7px; |
| padding-right:7px; |
| } |
var
selectedTabIndex = eventArgs.get_tab().get_index();
alert(
"tab index : " + selectedTabIndex);
if(selectedTabIndex == 0)
{
eventArgs.get_tab().set_selected = true;
eventArgs.get_tab().set_visible = true;
eventArgs.set_cancel(
true);
}//if