Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
118 views
Hello ALL,

I have a dataset as a source for radgrid,and I implement paging.....
and i want to get some statistics on Grid data
so is there a way to count the records of the radgrid ?????
Shinu
Top achievements
Rank 2
 answered on 30 Dec 2008
1 answer
118 views
Hello ALL,

I have a dataset as a source for radgrid,and I implement paging.....
and i want to get some statistics on data within a  Grid
so is there a way to count the records of the radgrid for all page?????


thanks
ghadeer
Shinu
Top achievements
Rank 2
 answered on 30 Dec 2008
7 answers
117 views
We have two pretty good demos displaying partial ajaxification (http://demos.telerik.com/aspnet-ajax/Ajax/Examples/Manager/PartialAjaxification/DefaultCS.aspx) and partial post-backs (http://demos.telerik.com/aspnet-ajax/Ajax/Examples/Manager/PartialPostBacks/DefaultCS.aspx).

Could you give me example (ideally to add another demo) how to implement the same UI with complete ajaxification where
1. the grid pager will update the whole grid
2. the details button will update the details data only

Thanks
Vlad
Telerik team
 answered on 30 Dec 2008
2 answers
121 views
Hi

I have a doubt, i want to disiable when i move the Appointment.

This can be done?

Greetings
Peter
Telerik team
 answered on 30 Dec 2008
3 answers
216 views
Hi,
(dataset beginner)
I want to be able to extract the values on the current inserted grid row, and insert them to a dataset using a custom function i wrote.
I started to define this insertCommand method:
protected void RadGrid1_InsertCommand(object source, Telerik.Web.UI.GridCommandEventArgs e) 
        { 
             GridEditFormInsertItem insertedItem = (GridEditFormInsertItem)e.Item; 
which i found on your site, but the first line fails in type conversion from DataCommandItem.
I want to be able to get something like that:
string LastName = (insertedItem["LastName"].Controls[0] as TextBox).Text; 
            string FirstName = (insertedItem["FirstName"].Controls[0] as TextBox).Text; 
            string Title = (insertedItem["Title"].Controls[0] as TextBox).Text; 
            string Address = (insertedItem["Address"].Controls[0] as TextBox).Text; 
            string City = (insertedItem["City"].Controls[0] as TextBox).Text; 
but I'm not sure how to extract the current record that is inserted. can you please write here a simple code or just refer me to a relevant documentation?

Thanks in advance,
Hadar
Hk
Top achievements
Rank 2
 answered on 30 Dec 2008
1 answer
74 views
hi,

Can telerik grid provide drag and copy feature like we have in excel? for example value 'x' is in one cell of excel sheet and user drag that cell to the down, as a result selected cells beneath ("AutoFill") to that dragged cell will contain the value 'x'. 

This will allow user to edit multiple rows at a time. Any thoughts on this?
Yavor
Telerik team
 answered on 30 Dec 2008
1 answer
137 views
Hi,
 I have a text field that is used to enter information regarding meetings. I am wondering is it possible to show the text information in another row. For instance, In first row I have general information, date, location, title. In the second row I would show the text field giving the meeting details. I think I could possibly do it with hiearchy grid, however the second row would need to be expanded automatically for all rows, so that the user does not have to click the little '+'  :-) Any direction will be greatly appreciated
Princy
Top achievements
Rank 2
 answered on 30 Dec 2008
2 answers
105 views
Perhaps this has been addressed elsewhere, but I've been unable to find it if it is.

On http://www.mkswebdesign.com/photoPortfolio/Default.aspx, I'm invoking a RadWindowManager containing one RadWindow from a Flash Animation. The RadWindow contains one of several small photo galleries that use Flash Navigation. The RadWindow appears to function flawlessly, but Firefox 3 appears to be unable to access the gallery's Flash navigation, IE, Chrome, Opera and Safari (Windows) have no problem.

Has anyone seen this before, or have any ideas?
Mark Sheldon
Top achievements
Rank 2
 answered on 30 Dec 2008
2 answers
139 views
Hi,

Iam using the following command Events to Delete/Update And Insert

RadGrid_DeleteCommand
RadGrid_UpdateCommand
RadGrid_InsertCommand


I need to display the products that were updated/deleted and that were no updated/deleted
Assume I select multiple product and click delete all or update all products..i need to display to the user the products that were actually updated and that were not updated also..
But the command event is firing for each select event causing the stored values to be reset..How do i keep track of my product name in this case.

Thanks
Bala

RadGrid_DeleteCommand
Cliff
Top achievements
Rank 1
 answered on 30 Dec 2008
1 answer
107 views
I am using a master page with 3 content placeholders and a RadAjaxManager on the Master Page that uses the UniqueId's of the controls on the content page to ajaxify some of the controls. However, the submit button is somehow ajaxified even though it is never specified in the AjaxManager. I need the submit button to do a full postback because there is a RadUpload on my content page. The ClientEvents OnRequestStart function (defined in JavaScript) never fires so I'm unable to disable the ajax if the submit button is clicked. What should I do???

<telerik:RadAjaxManager ID="RadAjaxManager" runat="server" UpdatePanelsRenderMode="Inline" ClientEvents-OnRequestStart="RequestStart">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="cphExtra$ddlGroup">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="cphMainContent$tvGroupFolders" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
        <telerik:AjaxSetting AjaxControlID="cphExtra$rblGroupSort">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="cphExtra$pnlGroup" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
        <telerik:AjaxSetting AjaxControlID="cphExtra$chkTermed">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="cphMainContent$tvGroupFolders" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
        <telerik:AjaxSetting AjaxControlID="cphMainContent$tvGroupFolders">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="cphExtra$lblNewFolderPath" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings>   
</telerik:RadAjaxManager> 
 

This never fires:
function RequestStart(sender, args) {  
    if (args.get_eventTarget().indexOf("btnSubmit") != -1) {  
        args.set_enableAjax(false);  
    }  
}  
 


Thanks!
jfkrueger
Top achievements
Rank 1
 answered on 29 Dec 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?