Grid web smart tag?

We are replacing our 3rd party control with the aspose grid web control, and I haven’t been able to find any info regarding if there is some type of tag property I can set on a cell value i.e. cell A1 value is product name , and the tag is product ID. I’m currently adding a column and hiding it, but this is going to lengthen the rewrite. Is there any other option for what I’m trying to do?


Thanks

Hi,

Thanks for your interest in Aspose.Cells for GridWeb.

I do not understand your question. Can you please elaborate it further? You can provide some input/output xls/xlsx file. Or some screenshots or some script whatever could be helpful.

Please elaborate what do you mean by smart tags?

sorry, what I mean by tag property is a hidden value associated with cell’s value, kind of like display member and value member on an asp.net combobox, but for the GridWeb control.


WebWorksheet sheet = gwSpread.WebWorksheets[0];
sheet.Cells[0,0].PutValue(oProduct.name); // User sees this
sheet.Cells[0,0].Tag = oProduct.id.ToString(); // id I need for save etc. User does not see this

Let me know if you need more detail.
Thanks






Hi,

Thanks, I got your point. It is a new feature. I have logged this in our database. We will update you soon about it by posting here.

This issue has been logged as CELLSNET-28849.