Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
Custom grid cells for data entry.
posted

Referring to the image below...

(A) I'm assuming that using a popover for selecting a value to put into a cell would be fairly easy.  I'm guessing just grab the cell that was tapped and present a popover.

(B) I'm not so sure about using sliders, switches, calendar controls, or other types of controls you might want/need.  How would I do this?

Parents
  • 40030
    Offline posted

    Hi David, 

    I'm not 100% sure what you're asking. 

    Are you trying to display the other controls within the cells?

    If so, thats totally possible. You would just create Custom IGGridVIewCell objects and a custom IGGridVIewColumnDefiition. Then based off the user interaction or a some sort of flag, you can switch between showing your data, or an editor. 

    -SteveZ

Reply Children