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

[Solved] RTL bug!

20 Answers 167 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mahmoud
Top achievements
Rank 1
mahmoud asked on 19 Apr 2011, 07:56 AM
as it also can be seen in telerick's "Extensions for ASP.NET MVC Q1 2011 Live Examples" , in grid RTL sample , columns headers start position are not justify with rows' cells start position. (when we have filter icon). the cell value starts a little sooner. it is becuase of the vertical scrollbar's place holder is positioned wronlgy. 
how can i solve it? 
P.S. Should mentiond that this problem is happened just in Firefox 4.0

20 Answers, 1 is accepted

Sort by
0
NirKo
Top achievements
Rank 1
answered on 01 Aug 2011, 10:08 AM
Hi 
I have this bug in Q2 2011 version when running Firefox and chrome, it seem to work only on IE.

Any workaround or a fix ?
0
Georgi Tunev
Telerik team
answered on 01 Aug 2011, 11:45 AM
Hi guys,

The problem that Mahmoud reported are fixed in the latest official release. Nir, could you please send us a screenshot that shows what you observe on your side? Also please let me know what is the exact version of the browsers that you are testing with.

Thank you in advance.

Regards,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

0
NirKo
Top achievements
Rank 1
answered on 01 Aug 2011, 02:40 PM
Hi
Please see the attached a screenshots.

Thanks
Nir
0
Dimo
Telerik team
answered on 02 Aug 2011, 11:39 AM
Hello Nir,

The current behavior of the Grid counts on having the scrollbar on the left side in RTL mode. Unfortunately, each browser (even version) has its own opinion where the scrollbar should be positioned.

- IE, Opera and Firefox 3 place the scrollbar on the left.
- Chrome, Safari and Firefox 4 place it on the right.

We have addressed the issue and now the alignment should be OK in all cases. Please try replacing telerik.grid.min.js and telerik.rtl.min.css in your project with the ones attached.

Sorry about the inconvenience caused. I have updated your Telerik points for bringing the issue to our attention.

All the best,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

0
jofy
Top achievements
Rank 1
answered on 02 Aug 2011, 01:03 PM
how to set all the rows from mvc grid (incell edit mode) to edit mode on grid load
0
Nadav
Top achievements
Rank 1
answered on 08 Apr 2012, 01:16 PM
Hey, i'm having the same problem.
I'm using the telerik mvc extension version 2012.1.214.340.
I replaced the old file with the 2 files you posted here, but still no go. (in explorer it worked fine even before the file swap, in chrome it doesn't work.) 
you can see in the attached file how it looks.
my chrome version is 19.0.1084.15 (latest)
my code is pretty much identical to the ajax heirarchy example: 
http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax 

and even in the rtl example you provide i see the problem (http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax)

Thanks,
Nadav
0
Dimo
Telerik team
answered on 09 Apr 2012, 02:11 PM
Hi Nadav,

I made some tests with Ajax hierarchy Grid in RTL mode in Google Chrome and indeed, there were some minor issues related to border placement and 1-2px misalignment, which are now fixed. However, I did not manage to reproduce such a major misalignment as the one shown on your screenshot. Can you please send a runnable demo, so that I can inspect it locally? Thank you in advance.

Kind regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Nadav
Top achievements
Rank 1
answered on 09 Apr 2012, 02:29 PM
Hey, attached a rar file with the project, it's pretty much empty so i attached my working project.

Also, i have a bug that i can't seem to figure why, when i click on the edit (in any row, both details and master) the inline edit isn't open (nor the delete or insert...) if you could see what is it that i'm doing worng i'll appreciate it a lot.

Thanks.
0
Dimo
Telerik team
answered on 10 Apr 2012, 06:45 AM
Hi Nadav,

The attached project did not work due to missing references and a datasouce, so I invested some time to make it run. I got as far as opening a page with a blank Grid and no data. Clicking on the "Add new record" button resulted in a Javascript error, which disappeared when I replaced all script files with the ones from the latest official Q1 2012 release (2012.1.214), which makes me think that the original script files did not belong to that version. Please try upgrading your project again.

With regard to the cell border alignment - I got minor issues shown in the screenshot and the misalignment increased even more when I resized the browser window. All these problems are fixed now and changes will take effect in the next internal build. So I guess preparing a proper standalone project including data will not be necessary in this case. However, in the future I recommend you to double-check all references, NuGet packages, datasources and all other required stuff when sending sample projects. This will considerably speed up problem resolution on our end.

Regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Nadav
Top achievements
Rank 1
answered on 10 Apr 2012, 01:48 PM
I did an update, the grid is working great. but i still see the filter to the left of the border. any ideas?
0
Dimo
Telerik team
answered on 10 Apr 2012, 02:29 PM
Hi Nadav,

I remember that we once researched how should the filter menu pop in RTL mode and our conclusion was that this is the correct way:

http://demos.telerik.com/aspnet-mvc/grid/rtlsupport

If you have different arguments, let me know.

Kind regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Nadav
Top achievements
Rank 1
answered on 10 Apr 2012, 02:33 PM
hey Dimo,
it is not the pop, its the button location , you can see it in the rtl example:
attached a screenshot...
in IE it works fine. the problem is with Chrome (don't know about firefox, operta etc)
0
Dimo
Telerik team
answered on 10 Apr 2012, 02:50 PM
Hello Nadav,

The attached screenshot shows how the Grid looks like in RTL mode in Chrome 18 when using the latest internal code, after the discussed fixes. Which version of Chrome are you using? I am not sure how you managed to make the scrollbar go to the left side...

Greetings,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Nadav
Top achievements
Rank 1
answered on 10 Apr 2012, 02:54 PM
chrome is 19.0.1084.15 dev-m
i've taken the picture from here: http://demos.telerik.com/aspnet-mvc/grid/rtlsupport

you'r code, not mine, altought even in my code the scrollbar is on the left. (where it should be when using rtl..)
0
Dimo
Telerik team
answered on 10 Apr 2012, 03:12 PM
Well, on your previous screenshot, the scrollbar is on the right. Anyway, we do not support browsers in beta stage, so when it becomes official, we will fix anything that needs to be fixed.

Greetings,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Muhammad
Top achievements
Rank 1
answered on 20 May 2012, 12:48 PM
Hello,

I am using Telerik MVC 2011.3.1115, and in the RTL of grid an issue arises in Chrome 19.0.1084.46. Check the screen shots. The vertical scrollbar has comeback to left in RTL. Please, respond to the issue.
0
Dimo
Telerik team
answered on 23 May 2012, 02:51 PM
Hi all,

The issue is now fixed and changes will take effect in the next internal build.

Kind regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Muhammad
Top achievements
Rank 1
answered on 26 May 2012, 10:04 AM
Hi Dimo,

Thanks for your prompt response.

Can you please inform when the public release will be available for this issue?

Regards,
Muhammad Kamran
0
Dimo
Telerik team
answered on 28 May 2012, 08:44 AM
Hi Muhammad,

The next release is expected in mid June.

Regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Alex
Top achievements
Rank 1
answered on 16 Aug 2012, 11:42 AM
Hi
1.I can't download telerik mvc Contoller trial version  (Our company is interested in buying mvc controllers) i found only the  kendu ui controllers, but they are not  compatibile with rtl (sample grid). where  can I download the Telerik MVC controllers?
 
2.I try to use kendo ui controllers and receive  wrong rendering , example on the attached picture

thank you


Tags
Grid
Asked by
mahmoud
Top achievements
Rank 1
Answers by
NirKo
Top achievements
Rank 1
Georgi Tunev
Telerik team
Dimo
Telerik team
jofy
Top achievements
Rank 1
Nadav
Top achievements
Rank 1
Muhammad
Top achievements
Rank 1
Alex
Top achievements
Rank 1
Share this question
or