jQWidgets Forums
Forum Replies Created
-
Author
-
October 6, 2020 at 10:02 am in reply to: timeline view – scheduler timeline view – scheduler #113250
Thanks
Currently, I have that configuration and setup.
Our customers are not happy about the view and the look.
Is there anything in your road map for that kind of view.
Hi admin,
Thanks for the previous reply,
Can we remove all day row from the scheduler?
March 22, 2019 at 12:57 pm in reply to: Can i set the same color for all the appointment in a scheduler? Can i set the same color for all the appointment in a scheduler? #104454Hello,
Could I get a reply please.
March 19, 2019 at 11:34 am in reply to: Event for Next/previous button Event for Next/previous button #104399Hi Hristo,
It helped me
Thanks for that.March 19, 2019 at 9:44 am in reply to: can i change start time in the day view of scheduler? can i change start time in the day view of scheduler? #104391I have used scroll left that solved my issue.
March 15, 2019 at 1:18 pm in reply to: Alignment of resources names for the timeline views with resources Alignment of resources names for the timeline views with resources #104352Hi Peter Stoev,
I am stuck with that, could you please give me reply?
March 13, 2019 at 6:46 am in reply to: Alignment of resources names for the timeline views with resources Alignment of resources names for the timeline views with resources #104320Hello Peter Stoev,
Thanks for the previous reply,
I want to make use of ‘Timeline views with resources’ instead of ‘Scheduler resources’ as I want the hours to be aligned horizontally on top of the table as per the requirement, will the above what i have mentioned be possible with ‘Timeline views with resources’.
Regards,
RajeshIt is solved. In the source, the datafields ‘type’ was not set for all fields.
What is the cause of the error ‘_getexportcolumntype’.
Your sample works good
https://jqwidgets.github.io/angular-grid/#/My template is as follows
<jqxGrid #myGrid [width]="gridWidth" [autoheight]="true" style="margin-top:10px" [source]="gridDataSource" [columns]="gridColumns" [showaggregates]="true" [showstatusbar]="true" (click)="onGridClick()" [class.cursor-pointer]="showCursorPointer" [enablehover]="false" [sortable]="true" [filterable]="true" [autorowheight]="true" [autoheight]="true"> </jqxGrid>
-
AuthorPosts