This is a migrated thread and some comments may be shown as answers.

RadGrid custom skin page size dropdown not rendering correctly

9 Answers 145 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Mac P
Top achievements
Rank 1
Mac P asked on 13 Dec 2011, 06:54 PM
Hello

I have a custom skin for RadGrid. What should i change in css to have my page size dropdown rendered correctly.
See the attached image.

9 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 14 Dec 2011, 11:34 PM
Hi Mac,

Have you registered custom skin for the RadComboBox as well? Note that the skin name of the pager combobox always matches the skin name of the RadGrid control. So when you are using a custom skin for RadGrid, you should use one for the RadComboBox as well.

Best wishes,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mac P
Top achievements
Rank 1
answered on 15 Dec 2011, 04:53 AM
Thanks for the reply.

Can you please give me the example of addition i need to make in radgrid custom skin's css?
I already have custom skin for radcombobox and it works fine for all standalone radcombo box on the page.
0
Pavlina
Telerik team
answered on 15 Dec 2011, 08:38 AM
Hello Mac,

Please make sure that the RadComboBox skin name match the RadGrid skin name.

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Farrukh
Top achievements
Rank 1
answered on 12 Feb 2013, 11:43 AM
I am also facing this issue and confusing the solution what do you mean by same skin name for grid and rad combo box
we have different custom skin for combo box and different for rad grid how I can make same name please help me its urgent issue.
0
Eyup
Telerik team
answered on 15 Feb 2013, 11:00 AM
Hi Farrukh,

I am afraid we are not able to replicate the issue locally. Can you please verify that you have followed the steps provided in the following guidance?
http://www.telerik.com/help/aspnet-ajax/grid-appearance-creating-new-skins.html

If the issue still remains, provide us the exact steps to reproduce the issue or open a support ticket to send us a sample runnable application demonstrating the erratic behavior. Thus, we will be able to further analyze the problem and provide a proper solution.

Greetings,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Farrukh
Top achievements
Rank 1
answered on 17 Feb 2013, 10:24 AM
I tried but not able to get the result.

I have facing few issues in rad grid ,using  RadControls for ASPNET AJAX Q1 2009 version which are as follows.

1)      I want RTL and LTR support in Rad grid and skin “Web20” when user go to RTL mode the pager navigation button not render according to RTL  and there are some wide space between  page number  (see Attachment).

2)      I want to solve this issue so create custom CSS just used the same Web20 CSS and change the image url in CSS  according to RTL mode but it was not reflect in grid then after that I added direct image url in rad grid in <PagerStyle> tag then it solved the issue but pagerSize combox shown without CSS.( See Attachment)

3)      I tried to add same skin for rad combox and grid but still combbox not render properly I have attached the screen shot .

 

protected void RadGrid1_ItemCreated(object sender, Telerik.Web.UI.GridItemEventArgs e)
      {
          if (e.Item is GridPagerItem)
          {
              GridPagerItem pager = (GridPagerItem)e.Item;
              ((e.Item as GridPagerItem).FindControl("PageSizeComboBox") as RadComboBox).Skin = "Web20";
          }
      }
0
Eyup
Telerik team
answered on 21 Feb 2013, 09:09 AM
Hello Farrukh,

Please try to use the latest release version of RadControls to see whether the issue is still present. On our end the RTL support works as expected for all of the skins:
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/righttoleft/defaultcs.aspx

Looking forward to your reply when ready.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Farrukh
Top achievements
Rank 1
answered on 21 Feb 2013, 09:56 AM
I cannot used new vesrion in this project because this project is old we just maintaing and implement new changes if we perform upgrage wizard for updating the control we have chance to modified CSS check again all GUI its not possible . We need to fixed and used same rad control version. otherwise give me the way to using assemblies from different versions in the same application I think its not possible in rad control through using reflection as per describe in this link.
http://www.telerik.com/community/forums/winforms/general-discussions/how-to-make-telerik-assemblies-of-different-versions-coexist.aspx
0
Eyup
Telerik team
answered on 26 Feb 2013, 08:20 AM
Hi Farrukh,

In such the case, please prepare a very basic RadGrid web site to demonstrate the problematic appearance and open a support ticket to send it to us. Therefore, we will be able to suggest a case-specific solution for your scenario.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Visual Style Builder
Asked by
Mac P
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Mac P
Top achievements
Rank 1
Farrukh
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or