Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
882 views
Hi All,
     I need help in the radgrid Insert, Update and Delete functionalities with delete record confirmation using SqlConnection.
    Please provide me any sample code to resolve my scenario.


Thanks,
Nagendra.
Harish
Top achievements
Rank 1
 answered on 22 Apr 2013
12 answers
369 views
We currently have a problem with our application when unloading a page (Closing tab, or navigating a new url). The page can contain up to 15 Grids, if I remove some grids the problem disappear but I remove functionality so this is not the solution.

The problems occured since I came back from holiday, and I'm looking for the whole day now, after looking into the code of my colleague, and the complete site, I imagined that the problem was the 4 new grids we added to the page. So I removed some grids and the problem disappear, regardless of the grids I am disabling.

It works perfectly in Firefox, and the unload of a page is done instantly, with IE7 it takes ages, and if there is too much grids we got an error : "Script is running slow.... Blahblah.. Do you want to stop the script ?.

Is there any trick to speed up the unload of the grids ? or just to skip them ? or anything else to avoid that error and waiting time when browsing to another page or closing the tab.

Thank you

Laurent Lequenne
Brian Stanek
Top achievements
Rank 2
 answered on 22 Apr 2013
0 answers
105 views
Hi is there a way that I can use sitemap without the use of navigateurl. It will be replaced by command to call procedure to show and hide divs or part of the page. My scenario is just using sigle page and it will have this breadcrumb sitemap that when user clicks on dropdown it will show a part of the page and my breadcrumb will be updated with the clicked item on the dropdown. And when users clicks again like for instance a tab, it will be added again to my breadcrumb and so on.. I hope im making sense here.
Its just like itemcommand for grid that I can call a procedure to show hide items based on clicked node.
Thanks in advance..
Rj
RJ
Top achievements
Rank 1
 asked on 21 Apr 2013
4 answers
310 views
HI,

Using RadGrid 2008.2.723 aggregate property:

<telerik:GridBoundColumn DataField="Monday1" Aggregate="Sum" DataType="System.Decimal"  
   HeaderText="Monday1" SortExpression="Monday1" UniqueName="Monday1"
</telerik:GridBoundColumn> 
This will output SUM: 8.0 in the footer.

Is it possible to remove the SUM label declaratively in the footer without server-side code?  I just want the sum amount.

Thanks,
Khanh
Muhammad Aqeel
Top achievements
Rank 1
 answered on 21 Apr 2013
1 answer
100 views
Can someone tell me what is causing the images on the bottom of this window frame and how I can eliminate them?
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
168 views
I have a RadDockLayout with two RadDockZones, one zone is static with a single RadDock control, the other RadDockZone is designed to be dynamic allowing the user to rearrange the orientation of the RadDock controls inside the RadDockZone. There are only two RadDock controls in the second zone. The orientation of the second zone is Horizontal.

One RadDock control width is set to 67% the other is set to 33% to fill 100% of the width of the RadDockZone. The height is set client-side to fill the available screen (these docks contain RadGrids with lots of data and scroll off the screen).

If the user attempts to move the RadDock control on the right side, to the left side, it is possible that the dock orientation changes and the controls become oriented vertically.

Also when re-orienting the RadDock controls to horizontal, they are no longer the width specified by the style. It is as if there is a hidden element taking up a percentage of the RadDockZone.

The only changes I am making to the controls is a client-side script that adjusts the height of the first child container in the RadDock control to force the RadDock height to fill the remaining portion of the screen.

Further testing indicates that some client-side scripting from the telerik client-model changes the width of the controls from a dynamic width using percentages, to a hard-coded width. Once the dock is dragged out of its location, the fixed width forces the dock to flow into another row, despite the DockZone being set to horizontal, because once the dock overflows, the scroll-bar appears and reduces the width of the parent container, thus restricting the ability to re-dock in a horizontal manner. Once this happens, it is nearly impossible to get the dock to re-orient itself in the correct location without a refresh of the page from the server.
Keith
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
145 views
Hello everyone ,

i want to upload file word in the data base , and show it in the gird

which data type i can use ?
how to upload it throw grid ?
how to show the file in the grid and download it ?
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
109 views
I am trying to use the date picker with validation.
If the date is future date that mean date beyond tomorrow then it is invalid.
if the date is older than 1 year or 6 month then the date is invalid.
Also can i have a drop down in the date picker text box that has predefined dates like last week, last month, 2 months before which are updated dynamically everyday.

Any Ideas
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
122 views
I was wondering if there is a way to pivot a radgrid so that my columns are now the rows.  I tried a radgrid pivot table but I need to be able to add controls such as textboxes and checkboxes to each radgrid cell.
kranthi kiran pusala
Top achievements
Rank 1
 answered on 20 Apr 2013
5 answers
309 views
Hi,

I'm trying to do expand/collapse in ClientSide with

 function collapseAll() {
            var panelBar = $find("<%= RadPanelBar1.ClientID %>");
            var items = panelBar.get_items();
            for (var i = 0; i < items.get_count(); i++) {
                var item = panelBar.findItemByText(items.getItem(i).get_text());
                if (item) {
                    item.collapse();
                }
            }

It works fine with Firefox but its been very slow with IE. Please suggest any work around for this.

regards,
Baaje
Waseem
Top achievements
Rank 1
 answered on 19 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?