Forum Replies Created
-
Author
-
July 10, 2013 at 2:23 pm in reply to: Problem with link in menu items? Problem with link in menu items? #24953
I upgraded to 2.9.1. Still the problem exists. Please help in resolving this. Thanks!
Thanks for the suggestion.
1. I tried to set the min-width:9px!important; for the .jqx-grid-header and .jqx-grid-column-header. But it does not override.
It seems like this.minwidth is a private property of the jqxGridColumn in the javasript and not exposed as a property to set. If I dont want to modify the Jqx Javascript for maintanance purposes, how do I set this value in our external javascript? Please suggest!
2.I will prepare a sample to demonstrate the second issue and post it.
June 27, 2013 at 9:06 pm in reply to: Problem with link in menu items? Problem with link in menu items? #24047Hi I am using the version 2.8.3. I have the same problem as the orginial first post in this thread. If I click on the text of the link then action takes place. If I click between the logout text and the edge of the menu box then nothing happens. I dont remember this issue in the previous version. Can some one help with this issue please?
Thanks for the reply. It fixed the issue as per my expectation of the fixed header. Now the grid header is fixed on scrolling after removing autoheight = true. However it introduced two new issues.
1. I have a first column with the width of 9 as specified in the code sample above. On resizing the browser from min to max and vice versa the rest of the cells in other columns get shifted to the right. This did not happen when I had autoheight set to true. I even tried to cleared the datafield value to display blank. The cells from 2nd colums shifts to the right on resizing. The only way to fix this issue was to increase the width of the column to 25. Anything less than that value shifts the cell. But my requirement is to have a very slim column with the width of 9. How can I achieve this?
2. Upon resizing the window from max to min and again from min to max the grid vertical scroll bar area becomes a blank space when there is no need for scroll bar in the maximized size. If the refresh the page then the blank space goes away. How do I fix that?
I truly appreciate your help. Thanks again!
-
AuthorPosts