or
<
telerik:RadComboBox
ID
=
"Regione"
Runat
=
"server"
CollapseDelay
=
"100"
EnableLoadOnDemand
=
"True"
HighlightTemplatedItems
=
"True"
IsCaseSensitive
=
"True"
LoadingMessage
=
"Loading..."
DropDownWidth
=
"160px"
Filter
=
"StartsWith"
Width
=
"160px"
MaxHeight
=
"175px"
ShowMoreResultsBox
=
"True"
Height
=
"175px"
OnClientItemsRequesting
=
"OnClientItemsRequesting"
AutoPostBack
=
"True"
OnSelectedIndexChanged
=
"Regione_SelectedIndexChanged"
OnClientItemsRequested
=
"OnClientItemsRequested"
EmptyMessage
=
"Select region"
Skin
=
"Sunset"
>
</
telerik:RadComboBox
>
void RadGrid1_UpdateCommand(object source, GridCommandEventArgs e) |
{ |
GridEditFormItem Data = (GridEditFormItem)e.Item; |
Hashtable ht = new Hashtable(); |
Data.ExtractValues(ht); |
} |
string[] paths = new string[] {@"\\srvname\Z_Drive\docs" };
RadFileExplorer1.Configuration.ViewPaths = paths;
We have developed the application on Windows 7 and it comes by default with IE 8. We tested the application first time on IE 7 and all the look and feel changed completely.
The grid is not being displayed properly, it's all distorted
Please advise asap