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

paging style on IE

12 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 08 Apr 2013, 07:34 AM
Hello,
In IE9,sometimes,i get the pagination for the grid,without round buttons,insteed they are square,could you tell me why?

Regards,
Daniel

12 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 08 Apr 2013, 11:21 AM
Hi Daniel,

 
Most probably the browser mode in the "Developer tools" is changed to older version of IE which doesn't support HTML5 rounded corners. 

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 09 Apr 2013, 06:52 AM
1. And how can i change that back? because i don't remember to change something during development.i checked pressing F12 the developer tools,and is checked the Browser Mode=IE9 mode and the Document Mode=IE9 standards,but my application was deployed on IIS.it has something to do with this?
2. so if i use IE8,the kendo ui will looking like that,with square buttons?

Regards,
Daniel
0
Vladimir Iliev
Telerik team
answered on 09 Apr 2013, 08:09 AM
Hi Daniel,

 
Please find the answers of your questions below:

  1. Basically you should force the IE compatibility mode off in IE - more information is available on various resources over the internet. For example you can check this forum post.
  2. KendoUI is using Progressive enhancement techniques and therefor when the browser doesn't support rounded corners it will nicely degrade to square buttons.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 09 Apr 2013, 11:53 AM
thank you,this was the cause ,it was in compatibility mode.
Also i would like to ask you,
1. can i put on elements a custom class something like  .HtmlAttributes(new {@class="my class"})  ?
2. i noticed that the icons used on grid depending on themes,are a single spark.png file,but is there images for bigger icons? can i make the icons bigger?
because it seems that the icons are too small maybe as 16X16 pixels,and it would be nice the same icons in that png file to be also  at 24X24 or 32X32 pixels dimension.

Regards,
Daniel
0
Vladimir Iliev
Telerik team
answered on 09 Apr 2013, 01:38 PM
Hi Daniel,

 
Please find the answers of your questions below:

  1. Basically you can add such class, however I would suggest to open a new support ticket with more details about to what element exactly you need to add such class.
  2. Currently only 16X16 pixels icons are available - I would suggest to share your idea about bigger icons in Kendo UserVoice to allow other users vote of it. Most voted ideas are included in next KendoUI releases.


Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 10 Apr 2013, 06:47 AM
1.i was refering in general,if i can such declaration.
2.it would be nice to include not just the most voted,if it is possible and is easy to add,include more features.

Regards,
Daniel
0
Vladimir Iliev
Telerik team
answered on 10 Apr 2013, 08:51 AM
Hi Daniel,

 
In general you can use such declaration, however could you please clarify what exactly do you mean with "elements" - grid cells, records or something else?

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 10 Apr 2013, 10:06 AM
in my case it was a grid command,because i want to customize a .Command(x=>x.Custom().HtmlAttributes(new {@class="my class"})
something like that,but i put this in a separate ticket,but an answer anywhere i would appreciate.
And the class where do i have to put it,in a external .css or even inside the page with <style></style>  because i tried already this,and doesn't see that class.

Regards,
Daniel
0
Vladimir Iliev
Telerik team
answered on 10 Apr 2013, 12:14 PM
Hi Daniel,

 
My colleague Iliana already answered to this question in another forum post  - #680797. For convenience I included her response to the current thread also:

I am afraid there is an issue in the current version of Kendo UI Grid for ASP.NET MVC and it is not possible to set a class to the button. The developers are currently working on the problem and will do their best to provide a fix as soon as possible. Please excuse us for the inconvenience caused.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 11 Apr 2013, 07:37 AM
But when was this post?maybe in this march new package(Q1 2013) there is a solution?!
i also red something somewhere about using about using jquery and manipulate the k-grid-name_of_command...

Regards,
Daniel
0
Vladimir Iliev
Telerik team
answered on 11 Apr 2013, 08:28 AM
Hi Daniel,

 
The post is from 10 April - that why fix is not included in 2013 Q1 official release, however you can expect it in next internal builds.

Also current approach to use the generated class based on the command name is valid.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Daniel
Top achievements
Rank 1
answered on 12 Apr 2013, 01:10 PM
ok,thank you for the informations
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or