Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
342 views
I have a RadGrid with checkbox( GridClientSelectColumn ) to select a row. All  columns are created using templates. How can i get the child controls in  the RadGrid from client side using javascript and from server side using C#.
Princy
Top achievements
Rank 2
 answered on 11 Apr 2011
1 answer
95 views
Hello,
  I have a RADGRID in which the first column is a GRidButtonColumn and rest of em are GridBoundColumns. Idea being, when I click on the Button(first Column) in the grid, the details of that row(based on the other columns, I am getting other details from the table) should be populated in the dropdowns and textboxes(outside the grid). So I am looking for the event which fires,  when i click the button.

Appreciate the help...
Thanks
Princy
Top achievements
Rank 2
 answered on 11 Apr 2011
2 answers
65 views
Hi Telerik

I am using RadTreeView in one of my components, I am opening a Panel using Modal po pup extender which contains Rad Tree View.

My customers always have a complaint that they are not understanding where to drop the element exactly.

Please show some direction so that we can drag and drop easily.

Thanks in advance
Veronica
Telerik team
 answered on 11 Apr 2011
1 answer
32 views
When I have a cell selected and I hover over it, it should APPEND the hover class, not replace rcSelected with rcHover, it should look like class="rcSelected rcHover"

This problem has existed for SO LONG and there's so many posts about it.

Please, chuck it into a service pack or something :)  It's the biggest pain the ass...doing this will allow us to style Selected, Hover, and Hover+Selected where right now we just do Selected OR Hover.

Steve
Radoslav
Telerik team
 answered on 11 Apr 2011
1 answer
41 views
Hi,

I have a RadAjaxPanel which contains the following controls:

- RadTabStrip
- RadMultiPage

The RadMultiPage consists of two page views both pages also contains buttons which posts data to the server on server-side.

I also have one RadInputManager which takes care of my validation for both pages.

At the time I was only working with one page view everything worked just fine. However, as soon as my second page view was added I ran into a problem where the second page view won't submit due to required fields not filled out in the first page view, even though all the validations passed on the second form.

Any ideas what I'm doing wrong here?

Thanks in advance!
Nikita Gourme
Top achievements
Rank 1
 answered on 11 Apr 2011
3 answers
76 views
I have an odd problem occurring in a program I wrote some time ago. It uses the RadDateInput control. When i enter a date of "4/4/2011" is automatically changes it to "5/4/2011". It seems to do this on other months as well, but not all. Any idea why this would happen?
Tsvetina
Telerik team
 answered on 11 Apr 2011
2 answers
61 views
Hi there,
      I have a schedular which is used for creating appointments for staff.When I create a new appointment with recurrence ie. a staff is having an appointment daily for a week.The recurrence information is stored in schedular table's field RecData like this
DTSTART:20110407T100000Z  DTEND:20110407T110000Z  RRULE:FREQ=DAILY;UNTIL=20110415T000000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU 

Now I have a page called as a dashboard with date criteria given ie if the date is selected as 15 April2011 then all the appointments of 15 March 2011 will be displayed.
Now if i create a recurrence appointment of a particular staff .The recurrence rule is as follows:
the staff has an appointment daily  from 07 April 2011 to  15 April 2011.
Now when I come to dashboard & select the date as 20 April 2011 then I can the above created appointment,but when i change the date criteria to 21 April 2011 then there is no Record.So Ideally 
I want to display the appointment of this particular staff  till 30 April 2011 on My dashboard because i have created a recurrence appointment toll 30 April 2011


Urgent Help needed

Regards
Sajid
Top achievements
Rank 1
 answered on 11 Apr 2011
0 answers
72 views
This should be a really simple task, but just like every other task I've attempted in asp.net using telerik it's stumping me for a good hour.

                var pageView = multiPage.findPageViewByID("PageDetails");
                pageView.set_selected(true); 

I've tried using that ^ to select a pageview. I've also tried this:

                var pageView = multiPage.findPageViewByID("PageDetails");
                pageView.select(); 

And I've also tried selecting by index. I have found the multiPage fine in the javascript as I currently have the pageview changing as and when the user clicks a panel bar menu item. For that I have used this:

            var item = args.get_item();
            var newPageView = multiPage.get_pageViews().getPageView(parseInt(item.get_value()));
            if (newPageView)
                newPageView.set_selected(true);


But this doesn't work if I try to adapt it to my method.

Thanks.

EDIT: I've sorted it, had to use the clientID (i.e. "ctl00_MainContent....")
Daniel
Top achievements
Rank 1
 asked on 11 Apr 2011
2 answers
279 views
Hi All,

I have a requirement:
Description : In a webpage there will be two telerik grids with name availableinputs and updatedinputs.
On page load the availableinputs grid will be loaded with records available in grid.and from this User will select some records by checking a check box respective to each row.Then user clicks on add Records button.the selected records will go and add to Updated Inputs grid.
Once the selected record is added to updated records grid ,same has to be removed from availableinputs grid.


After this if I need to remove the record from updatedinputs grid.user will click on remove button.and records will be removed

Problem :
First I will bind records to both the grids in Add buttton.its working fine.
after that when I try to check the count of items in updatedinputsgrid on remove button click event, its giving me zero even after I bind the value updatedinputs on Addbutton click.

I tried to rebind the grid with same datasource in Remove button click.
At that time count is showing 1,but the checkbox checked status is always false :(


why this is happening?how to solve the issue.

Thanks,
A2H

Iana Tsolova
Telerik team
 answered on 11 Apr 2011
3 answers
361 views
I have a RadGrid with Pager Template. The pager contains 4 asp buttons for next, previous, last and first functions also we have RadComboBox to set the pagesize, a RadNumeric TextBox for Current page index. The Pager template is defined in aspx page. My problem is i can't get this controls in server side ( in C# ). How can i get this pager template controls in  RadGrid from Server Side(C#).
also how can i handle the events of this pager template controls  from server side.
Princy
Top achievements
Rank 2
 answered on 11 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?