or
<
telerik:GridBoundColumn
DataField
=
"test"
HeaderText
=
"test"
UniqueName
=
"test"
DataFormatString="{0:$###.#}" />
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:Label
ID
=
"Label1"
runat
=
"server"
Text="<% $GetLangString:NewTrans.InThisCountry %>"></
asp:Label
>
</
asp:TableCell
>
<
asp:TableCell
>
<
telerik:RadComboBox
ID
=
"SearchCountry"
TabIndex
=
"5"
style
=
"z-index: 9000;"
Width
=
"200px"
EnableEmbeddedSkins
=
"true"
Skin
=
"Sitefinity"
runat
=
"server"
Height
=
"150px"
OnClientSelectedIndexChanging
=
"LoadSearchStateProv"
>
</
telerik:RadComboBox
>
</
asp:TableCell
>
</
asp:TableRow
>
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:Label
ID
=
"Label3"
runat
=
"server"
Text="<% $GetLangString:NewTrans.InThisState %>"></
asp:Label
>
</
asp:TableCell
>
<
asp:TableCell
>
<
telerik:RadComboBox
ID
=
"SearchStateProv"
TabIndex
=
"6"
style
=
"z-index: 9000;"
Width
=
"200px"
EnableEmbeddedSkins
=
"true"
Skin
=
"Sitefinity"
runat
=
"server"
Height
=
"150px"
OnClientSelectedIndexChanging
=
"LoadSearchCity"
OnClientItemsRequested
=
"SearchItemsLoaded"
OnItemsRequested
=
"SearchState_ItemsRequested"
>
</
telerik:RadComboBox
>
</
asp:TableCell
>
</
asp:TableRow
>
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:Label
ID
=
"Label4"
runat
=
"server"
Text="<% $GetLangString:NewTrans.InThisCity %>"></
asp:Label
>
</
asp:TableCell
>
<
asp:TableCell
>
<
telerik:RadComboBox
ID
=
"SearchCity"
TabIndex
=
"7"
style
=
"z-index: 9000;"
Width
=
"200px"
EnableEmbeddedSkins
=
"true"
Skin
=
"Sitefinity"
runat
=
"server"
Height
=
"150px"
OnClientItemsRequested
=
"SearchItemsLoaded"
OnItemsRequested
=
"SearchCity_ItemsRequested"
></
telerik:RadComboBox
>
</
asp:TableCell
>
</
asp:TableRow
>
RadUploadAttachment.AllowedFileExtensions =
new string[] { ".zip", ".jpg", ".jpeg" ,".pdf",".txt"};
RadUploadAttachment.InvalidFiles.Count=2
RadUploadAttachment.UploadedFiles.Count=1
why RadUploadAttachment.InvalidFiles is 2 ?
thanks so much