jQWidgets Forums
Forum Replies Created
-
Author
-
December 5, 2014 at 1:45 am in reply to: Customized editor for single cell Customized editor for single cell #63803
I’d appreciate that. Here is an excerpt http://jsfiddle.net/UbK74/57/
To see the issue, double click on 2nd column cells. Cell number 2 should show the combobox while other cells in that column should allow for simple text input. Notice how double clicking sometimes highlights other cells and doesn’t put the cell into edit mode?
December 4, 2014 at 4:17 am in reply to: Customized editor for single cell Customized editor for single cell #63750Sadly, I’m losing hope in jqxWidgets, I ran into “jqxInput: Missing Text Input in the Input Group” while trying to use jqxinput as default editor for other cells. I saw the post http://www.jqwidgets.com/community/topic/need-help-with-jqxinput-in-jqxgrid/ which solves the error message problem. However, cells aren’t maintaining input and multiple cells get highlight or selected after clicking on cell. Somehow, it seems I have to override entire behaviour if using custom editor which sucks.
Is there simple solution to the my goal which is to simply use the default editor for each cell except one cell which should be combobox cell in a grid???
December 4, 2014 at 3:46 am in reply to: Customized editor for single cell Customized editor for single cell #63749Hi Dimitar,
I checked out the example and implemented it. It seems bit buggy as it requires to provide an editor for each cell. I only want to provide combobox editor for one cell in the table. If I don’t provide other editors when I cannot enter values in the the other cells after double clicking (I’m assuming they don’t have the default cell editor). How can I provide the default cell behaviour (or editor)??
Thanks,
DartagnanNovember 26, 2014 at 1:18 am in reply to: manually trigger cell click manually trigger cell click #63320Nevermind, I figured it out.
November 25, 2014 at 12:10 am in reply to: manually trigger cell click manually trigger cell click #63236Anyone with pointers on this? Please?
November 24, 2014 at 5:04 am in reply to: manually trigger cell click manually trigger cell click #63186Thanks Peter, that works. However, it always highlights entire text in the cell.
Is there a way to unhighlight cell text (while in edit) and set cursor at end of text line? Pretty much what I’m trying to do is use a cell as text entry. For example, the cell has “Enter value: “. I want to dynamically click that cell and set cursor at end of text so that new value is entered in that cell. If there is better way to achieve this prompt I’m all ears.
Thanks.
June 29, 2014 at 4:10 am in reply to: jqxGrid How to set row font style jqxGrid How to set row font style #56524I got it to work partially. I’m trying to indent content of one column so cellclass() returns this style:
.LeftIndent
{
margin-left: 24px;
}It works, however, the content of adjacent column (to the right) is now shrunk by 24px.
How can I solve this indent problem?
Thanks.
May 25, 2014 at 7:42 pm in reply to: jqxGrid insert row at a position jqxGrid insert row at a position #54882Peter,
I understand that it’s different product. Would you please provide information on how to extend jqxGrid so that it’s possible to have this feature supported?
Otherwise, I would have to drop using jqxWidget and find different framework.
Regards,
|D -
AuthorPosts