Can i add a hyperlink or button in my UltraListView?
my idea is add a link or a button "View" that when i click the link i open a form.
it's possible???
many thanks
Hi Boris,Sorry for being late. You can resolve this ticket for now. I did look at the sample of yours earlier and I think your answer "This could be achieved only for the 'MainColumn', since the sub items cannot be edited and therefore you could not get such editors in these columns." is what I wanted to make sure about since I wanted to have link or Button on SubItems. I was intially misguided by note "Sub-items cannot be edited so you could assign a FormattedLinkEditor to the UltraListViewSubItemColumn's Editor property" in one of the replies above mine.Thanks again,Kapil
Hi Kapil,
Did you have the chance to look at my ListViewItemLink.zip above? I think that I did what you asked for there. Is not this what you are after, please let me know with some more details or a screenshot, if possible.
Hi Boris,I'm sorry I didn't get back to you earlier. I tried that earlier and somehow it didn't work for me. Regardless, I changed the way I was presenting data in UI so for now I'm fine. But, if you can give me working sample that would be great help in future if I choose to use that!Thanks again for your reply!Kapil
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
This could be achieved only for the 'MainColumn', since the sub items cannot be edited and therefore you could not get such editors in these columns.
Please try assigning this editor with the button to the 'MainColumn'.