jQuery(
'li.rtLI div > span:eq(2)'
).live(
'click'
,
function
() {
//xyz
});
jQuery(
'li.rtLI div > span.rtPlus'
).live(
'click'
,
function
() {
//xyz
});
<
script
language
=
'JavaScript'
> function f(){var oWnd=radalert('The record is successfully saved!',300,100,'RecordSaved',null);oWnd.add_close(function () {returnToParent();});Sys.Application.remove_load(f);}; Sys.Application.add_load(f); </
script
>
if(d&&d.tagName.toLowerCase()!="body")
We are using RadListView (and RadDataPager) to list records of data. Each record that we display has a checkbox for the user to select the record(s) (to perform some action on it, like edit or delete, which we handle.)
My questions is, in the RadListView control (or RadDataPager), is there a way to "persist" the checkboxes' values across pages, as the user goes from one page of records to another?
<
telerik:RadWindow runat="server" Width="300px"
Left="300px" Top="300px" ID="RadWindow_NavigateUrl" NavigateUrl="Sample.aspx"
Modal="true" InitialBehaviors="Maximize" RestrictionZoneID="NavigateUrlZone">
</telerik:RadWindow>
i call this from java script
function
RadCheckinSamp_ClientClicked(sender, eventArgs) {
$find(
'ctl00_ContentPlaceHolder1_RadWindow_NavigateUrl').show();
}
my output screen comes like this
give the solution pls
Hello!
I saw the demo
and start to use it. the problem is that I can't get tooltip after 10 rows when I changed my page size to 50.
I used the same code. the only difference is that I use databind in codebind and master page (but all rad controls are in content page).
I changed the demo size and get an error from demo.
Please help and thanks.
Amy
<
telerik:RadNumericTextBox
ID
=
"txtId"
runat
=
"server"
NumberFormat-DecimalDigits
=
"8"
NumberFormat-NegativePattern
=
"-n%"
NumberFormat-PositivePattern
=
"n%"
MaxLength
=
"16"
NumberFormat-GroupSeparator
=
""
SelectionOnFocus
=
"SelectAll"
Width
=
"100px"
EnabledStyle-HorizontalAlign
=
"Right"
>
<
ClientEvents
OnBlur
=
"Blur"
OnFocus
=
"Focus"
/>
</
telerik:RadNumericTextBox
>