@gourav
@gourav
Forum Replies Created
-
AuthorPosts
-
GouravMember
He will hit enter or type space bar to create new tags in the same input
GouravMemberHi Team,
In the grid, we have a use case to enable both Row Selections on Double Click and Cell Selections on Single Click
Can you suggest how can we do that ?
GouravMemberHi Peter,
We are trying to mix Row Filter(https://www.htmlelements.com/demos/grid/filtering-row/) with Server Side Filter (https://www.htmlelements.com/angular/demos/grid/server-side-filtering/) due to which probably we are facing issue. I am not able to attach screen shot in this visual box.
But as a workaround.
Can you suggest, if we customize the filter box for Service Side Filter.
This filter box is very big in size already and when we do this with date, it take so much vertical length that overflow happens and we need to scroll down to select date.
GouravMember<div>
this.elements.forEach(element => {
const object= {
label: element.label
dataField: element.field_name}
}
this.columns.push(object)
const column=element.field_name+’:’+type;
this.dataFields.push(column);
});
some home it create array of strings. and it does not worksMarch 2, 2021 at 6:12 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101568GouravMemberSo Can we expect multiple examples around NgStore by April End or it can be early ?
March 2, 2021 at 5:51 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101566GouravMemberHi Peter,
Can you suggest,what is the frequency of new version releases ? or by when next version can be available ?
Regards,
GouravMarch 1, 2021 at 11:41 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101561GouravMemberHi Peter,
Actually I understand your Rx Js Solution. But we are using ngstore currently. So if you could give us a example using NgStore that will really help us.
Else we will have a huge impact on our code on migration to smart elements.
If you can, we can also jump on call to discuss
March 1, 2021 at 10:02 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101560GouravMemberHi,
I m using this step on our project.
https://ngrx.io/guide/storeMarch 1, 2021 at 8:17 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101558GouravMemberHi,
I m trying this but not solve my problem I m using ngrx and my data comming on reducers and data get by ngrs store so how to update smart grid data.March 1, 2021 at 5:39 am in reply to: How to use NgRx with Smart Elements Grid Request Response #101556GouravMemberHello sir,
I m using ngrx store effect and reducers. How to call api on pagination click and update grid data in smart grid. In this link no any solution so plz guid me. -
AuthorPosts