or
RadWindow window1 = new RadWindow(); window1.NavigateUrl = "frm_Catalogue_Structure.aspx"; window1.VisibleOnPageLoad = true; window1.Width = 400; window1.Height = 500; this.form1.Controls.Add(window1);
private void LoadGrid(Int64 p) |
{ |
grd.Rebind(); |
grd.DataSource = BL.GetAll(p); |
grd.DataBind(); |
} |
Hello)) I'm using dnn and this example
http://demos.telerik.com/aspnet-ajax/upload/examples/async/ajaxprocessing/defaultcs.aspx?product=asyncupload
! I can not asynchronously load an image! It boots only after postback (But in example postback not required)) please explain why it is so)
<
telerik:RadGrid
AlternatingItemStyle-CssClass
=
"even"
Width
=
"100%"
OnItemCreated
=
"radGridComments_ItemCreated"
OnColumnCreated
=
"radGridComments_ColumnCreated"
OnItemDataBound
=
"radGridComments_ItemDataBound"
ID
=
"radGridComments"
runat
=
"server"
AutoGenerateColumns
=
"true"
GridLines
=
"none"
>
<
mastertableview
groupsdefaultexpanded
=
"true"
>
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldName
=
"ItemName"
HeaderText
=
""
/>
</
SelectFields
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"ItemName"
SortOrder
=
"Ascending"
/>
</
GroupByFields
>
</
telerik:GridGroupByExpression
>
</
GroupByExpressions
>
</
mastertableview
>
<
clientsettings
>
<
Resizing
ResizeGridOnColumnResize
=
"false"
AllowColumnResize
=
"true"
/>
</
clientsettings
>
</
telerik:RadGrid
>
"ItemName:" it must be same as before like "Please indicate the region in which you currently work."
telerik:GridBoundColumnwith these set
AutoPostBackOnFilter="True" ShowFilterIcon="False"and I use the tab key to move off the filter textbox sometimes it does not filter and sometimes it does. Also if it filters 2 times in a row it locks the textbox from entry until I click another filter icon or paging control on the screen. The tab button navigates to another textbox that does not have AutoPostBackOnFilter or ShowFilterIcon set at all. The text box locking has existed in the last 2 version as well. I just upgraded to test if it fixes it.