Hi,
I've an idea of an improvement to the ListGridFieldType.LINK componement. It could be very nice to have the same features URLPrefix and URLSuffix than the ListGridFieldType.IMAGE component.
I explain : I've a datasource XML file, and in the XML I've some business data. When linking this to a ListGridFieldType.LINK componement the data is just set at the end of the current location, to create a link like this : http://my.current.location/mydata . It could be very nice to have the same functionnality than the ListGridFieldType.IMAGE component to generate a link like this : http://my.current.location/<myPrefix>mydata<mySuffix>
It could, for example, generates url like this :
http://my.current.location/myPage.htm?param=myData with prefix = "myPage.htm?param="
http://my.current.location/myData.htm with suffix = ".htm"
or any other combinaison
I've an idea of an improvement to the ListGridFieldType.LINK componement. It could be very nice to have the same features URLPrefix and URLSuffix than the ListGridFieldType.IMAGE component.
I explain : I've a datasource XML file, and in the XML I've some business data. When linking this to a ListGridFieldType.LINK componement the data is just set at the end of the current location, to create a link like this : http://my.current.location/mydata . It could be very nice to have the same functionnality than the ListGridFieldType.IMAGE component to generate a link like this : http://my.current.location/<myPrefix>mydata<mySuffix>
It could, for example, generates url like this :
http://my.current.location/myPage.htm?param=myData with prefix = "myPage.htm?param="
http://my.current.location/myData.htm with suffix = ".htm"
or any other combinaison
Comment