Hi,
one style in the master page is not working in the infragisitcs WebDataGrid in the production server. The style is as follows
tbody.rowWithborders>tr>td { border:0.3px outset Gray; }
Please do the needful.
Thanks & Regards,
S.Praveena.
Hello Praveena,
I am still following your case. Have you been able to resolve the issue? If you have any concerns or questions, please feel free to contact me.
Sincerely,
Tsanna Belcheva
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello Sivanandham,
Thank you for contacting Infragistics support!
I have tested your issue and established that it behaves correctly under IE10 and Mozilla. Only under Chrome the border style doesn’t appear, but both in Chrome and IE7 the issue occurs as the fraction widths are ignored (the width has to be at least 1px). What can I suggest in this case is inspecting a particular element’s style through the browser developer tools and checking if some of the styles are overridden. If it's so it may help defining the !important rule for the border attribute in order to give a priority to your styles. For example: border: 1px solid black !important. Hope this helps. If you have any further questions, please feel free to contact me.
Best Regards,