Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
306 views
We are trying to override the redscheular CSS througn this line of code.
<link id="stylesheetpath" href="css/RadScheduler.css" runat="server" type="text/css" rel="stylesheet"/>
and we successed but when first partial post back occurs through update panel of asp.net AJAX due to some bug CSS resets and after 2nd partial post all things running fine.

We are waiting for your immediate response.
Peter
Telerik team
 answered on 02 Mar 2010
2 answers
66 views
Hi, I created a custom skin, but I need to get rid of the empty space on the left of child items.

Any help please?
Saeid Kdaimati
Top achievements
Rank 2
 answered on 02 Mar 2010
3 answers
143 views
I have a datagrid that gets populated from a datasource.  Using an ID passed from the datagrid, I am trying to generate values in tabstrip based on the selected id.  Any ideas how that can be done.  Any small example for the same ?

Thanks
Princy
Top achievements
Rank 2
 answered on 02 Mar 2010
1 answer
260 views
I want to insert multiple rows into a database when i click a button.

I want to load my Radgrid with atleast 6 empty rows from which i can enter records and then save all (or entered records) to the database
I also want to clear the fields in the radgrid and then enter fresh records.

Can someone please help.

thanks.
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2010
1 answer
104 views
Hi,

  I am using a three level RadTabStrip and making it function like a menu. What i mean is, on hovering over any item, i am selecting it and displaying all its child items. I took help from following demo of RadTabStrip.

   http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/tabspreview/defaultcs.aspx

Now, my problem is that i am getting multiple scroll buttons at my third level and only one pair of buttons work in that case. This is coming if i am coming to third level of any rootitem only after i have visited third level of some other rootitem.
Example: if i am coming to 3rd level of RootItem1 first time, i get the scroll buttons correctly. but if i visit 3rd level of any other rootItem, one extra pair of scroll buttnons get added,as in image2.jpg. In fact after after visiting any new rootItem tab one extra pair gets added. So, after i have visited all my root level tabs i have five pairs of scrollbuttons at my third level.

Can any one tell me why it is happening and how to solve this? Please, its really urgent!!!!!!!!!

Mohammad
Peter
Telerik team
 answered on 02 Mar 2010
2 answers
107 views
Dear Telerik Team,

                    Thanks for all your support to make our applications easier. And my all requirements are fulfilling with your controls. Now i need a support on RadScheduler resources that I am creating resources (as per Maximim no. of appointments per slot) where each resource represents the number of the appointment. I want to create an appointment in any slot in any resource which will reflect the all other resources and span the appointment as one appointmeent for all the resources. Is this is possible?.

I am attaching a image which represents the above requirement.


Thanks and Regards
--------------------------
K  RAMU
Peter
Telerik team
 answered on 02 Mar 2010
1 answer
110 views

hello, telerik
en,About the question 2, I met 2questions.
1. In the server-side code,How do  I open the radwindow?
2. For the window opened ,I have a  "<asp:button runat='server'>,How do  I close the current window when I clicking the button at server side after I executed persisting operation(such as update a row in the table)?
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2010
1 answer
239 views
Hello,

I am trying to get the text from each GridFilteringItem on the RadGrid that I am using.  I can get the filtering item, but the text value is always an empty string, even when I have something in the filter.

Here is the code:

protected

 

void rgContacts_OnItemCreated(object sender, GridItemEventArgs e)

 

{

 

if (e.Item is GridFilteringItem)

 

{

 

GridFilteringItem filteringItem = e.Item as GridFilteringItem;

 

SetGridFilterItemWidth(filteringItem, rg_CONTACTS);

 


TextBox
contactName = (TextBox)filteringItem[CONTACT_NAME_COL].Controls[0];

 

 

if (contactName != null)

 

{

 

string contactNameFilter = contactName.Text;

 

 

if (!string.IsNullOrEmpty(contactNameFilter))

 

{

 

var query = from c in contactResultItem where System.Data.Linq.SqlClient.SqlMethods.Like(c.ContactName, "%" + contactNameFilter + "%") select c;

 

}

}

}

}

contactName.Text is always an empty string.

Suggestions?

Thanks,
Dave

Shinu
Top achievements
Rank 2
 answered on 02 Mar 2010
0 answers
123 views
Dear Telerik Team,

                    Thanks for all your support to make our applications easier. And my all requirements are fulfilling with your controls. Now i need a support on RadScheduler resources that I am creating resources (as per Maximim no. of appointments per slot) where each resource represents the number of the appointment. I want to create an appointment in any slot in any resource which will reflect the all other resources and span the appointment as one appointmeent for all the resources. Is this is possible?.

I am attaching a image which represents the above requirement.


Thanks and Regards
--------------------------
K  RAMU
Pandu
Top achievements
Rank 2
 asked on 02 Mar 2010
8 answers
435 views
On my page, I only have the following two controls RadScriptManager and RadComboBox.  When the page loads the Telerik.Web.UI.WebResource.axd is 325K.  How can I get this smaller.  I have already tried adding RadCompression and it does not get smaller.
Andy Macourek
Top achievements
Rank 1
 answered on 02 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?