Jump to content

uniGUI Grids/Lists need Export capabilities such as Excel and PDF


andyhill

Recommended Posts

I am trying to implement uniGUI into some of my projects but get frustrated when I cannot export grids or lists (I assume I can export images as jpg - I have not got that far yet).

 

Yes I know I can add a fudge DevExpress invisible grid and clone the data in order to export as a work around but to be frank, this is not good coding.

 

Can we please have Export capabilities such as Excel, PDF, JPG with many of the uniGUI components.

Link to comment
Share on other sites

No, actually he is not avoiding the issue. Grids main purpose is to display data, not to export, print or convert that data. Building everything directly into grid (or in any component for that matter) will make it bulky and often more difficult to use. In my opinion, it's far more efficient and easier to use another component or class to export data. I personally dislike components that try to do everything without excelling in anything.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...