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
1175
igGridUpdating - Tabbing when overwriting editcellstarting event
posted

In the grid I have an event wired up to the editcellstarting event.  Sometimes I cancel this event to prevent the editors from showing.  But when a user is tabbing, it cancels the tab event so the grid doesn't naturally flow to the next record.  How can I get around this?

Legend
X  =  Show Editors
Y  =  Prevent Editors

Row 1:  X | X | X | X | X
Row 2:  X | X | Y | X | X
Row 3:  X | X | Y | Y | X

First row tabs perfectly!
Second row tabs stop after the second column.  User has to manually click on column 4 to start again.
Third row tabs stop after the second column.  User has to manually click on the column 5 to start again.

The tab should naturally shift to the next available column.  After looking at the source, I saw that the code returns with a "Cancelled" response and the invoker does nothing with it except returns.  I don't want to cancel it, I want to skip it.  How can I achieve this?

Parents Reply
  • 15320
    Offline posted in reply to Karthik Thiagarajan

    Hi Karthik,

    After investigating your requirement further and doing some research, it has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.

     

    Steps to create your idea:

                   

    1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).

    2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)

    3. Add your product idea and be sure to be specific and provide as much detail as possible.

    •Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!


    •[CASE: “Reference case [case number], FORUMS: “Include a link to this thread”] in your idea so product management will be able to look back at this case.


    The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    If I can provide you with further assistance regarding this matter, please let me know.

    Regards,

    Tsanna

Children