ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
AweGrid - new functions
Title:
B
I
{code}
?
I've been using Awesome Grid for some time, and I realized that there are no features that would increase its ease of use. Since it's been a while since there have been no updates, I would like to send you some advice: 1) Formatting of the column (especially regarding money or data type), (formatting via custom formatting, sometimes presenting problems) 2) Search line in the header 3) Export of data in pdf / excel format with proprietary function, now you can do it using external procedures, see https://demo.aspnetawesome.com/GridExportToExcelDemo but in both types of export, inconveniences occur I hope my suggestions can improve your work I am available for any clarifications Mark
Save Changes
Cancel
Meccanica Rossi
asked at 28 Oct 2018
Answers
B
I
{code}
?
thank you for the effort, 1) You can format the cell value using a js function using `ClientFormatFunc` on the client, which gives you the maximum flexibility, plus you can format the value on the server in the `GridModelBuilder.Map` 2) As you can see from our demos for search we're using Parent binding, the grid api can also be used. I presume what you're looking for is "grid filtering" as seen in other libraries. From the user point of view I would prefer to have just one textbox for search, makes it easier to use, like in this example: https://demo.aspnetawesome.com/GridClientDataDemo#Grid-Client-Data-Demo 3) As you already mentioned we have a demo for that, we've provided an example on how to build the grid model and export it to excel using an external library. So again using this approach you have more flexibility, you can export in any format using any library of your choice.
Save Changes
Cancel
Omu
answered at 28 Oct 2018
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK