As you have given a different title to each of your columns, you can use args.Column.Title in the grid's CellClick handler to retrieve the title of the column in which the clicked cell is located.
Thank you very much for quick reply but the problem is that i have a string in column the string contains date and day name both are concatenated my real problem is that i want to get only date from clicked column.
I understand your point. It would be possible to derive the date from the title, perhaps by building a dictionary if needed.
Using the title is actually the approach I've been using, but there may be other ways to achieve the same result.