User can add / delete rows- but not columns in GridWeb

Nausherwan> Hello! My name is Nausherwan, how may I help you today?
Daniel> hi
Daniel> in gridweb is it possible to apply validations to a whole column#
Daniel> instead of to each cell one by one ?
Nausherwan> please wait
Nausherwan> Thanks for waiting
Daniel> np
Nausherwan> It is possible if you are using Databinding
Daniel> if we are not using databinding we cannot?
Nausherwan> Well, I am afraid it is not possible without databinding at the moment
Nausherwan> we will look into this feature and see if we can support it
Daniel> can we at least set up a drop down list validation which uses a named range, instead of setting the values one by one in the valueslist?
Daniel> i cannot seem to be able to find named ranges in gridweb…
Nausherwan> well, one possibility is to use cell.Validation.ValueList.AddRange API
Nausherwan> if it fits your need
Daniel> ok now something different - regarding addind and deleting of rows in gridweb
Daniel> i enabled EnableClientRowOperations property
Daniel> but how can i specify that the user can add / delete rows, but not columns?
Daniel> in the context menu both options are appearing


This message was posted using Email2Forum by nausherwan.aslam.

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.

Guy007:
Daniel> in gridweb is it possible to apply validations to a whole column#

We have added your requested feature in our internal issue tracking system as “New Feature” with issue id CELLSNET-14152. We will look into the feasibility of the feature and get back to you soon.

Guy007:
Daniel> ok now something different - regarding addind and deleting of rows in gridweb
Daniel> i enabled EnableClientRowOperations property
Daniel> but how can i specify that the user can add / delete rows, but not columns?
Daniel> in the context menu both options are appearing.

We will get back to you soon regarding your query.

Thank You & Best Regards,

Hi,

Guy007:
Daniel> ok now something different - regarding addind and deleting of rows in gridweb
Daniel> i enabled EnableClientRowOperations property
Daniel> but how can i specify that the user can add / delete rows, but not columns?
Daniel> in the context menu both options are appearing.

Please use:
GridWeb1.EnableClientColumnOperations = false;


Thank you.